home *** CD-ROM | disk | FTP | other *** search
/ China Encyclopedia on Tourist Resources / China Encyclopedia on Tourist Resources.iso / guide / CSS / textStyleStandard.css < prev   
Cascading Style Sheet File  |  2007-01-27  |  493b  |  35 lines

  1.  
  2. title {
  3.     font-size: 14px;
  4.     font-weight: bold;
  5.     color: #000000;
  6. }
  7. text {
  8.     font-size: 14px;
  9.     font-weight: normal;
  10.     color: #555555;
  11.     text-indent: 28px;
  12. }
  13. url {
  14. font-size: 14px;
  15. color: #555555;
  16. text-decoration: underline;
  17. display:inline; 
  18. }
  19. italic{
  20. font-size: 14px;
  21. color: #555555;
  22. font-style: italic;
  23. display:inline; 
  24. }
  25. super {
  26. font-size: 6px;
  27. color: #555555;
  28. display:inline; 
  29. }
  30. form {
  31.     font-size: 14px;
  32.     font-weight: normal;
  33.     color: #ff0000;
  34. display:inline; 
  35. }